/***** fonts et reset *****/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body,
ul,
li,
ol,
form,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

input,
textarea {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}

* {
    outline: none;
}

strong,
b {
    font-weight: 600;
}

ul {
    list-style-type: none;
}

body {
    font: 400 16px/30px "Barlow";
    letter-spacing: 0.6px;
    color: #191919;
    background: #fff;
    position: relative;
}

body.active_overflow {
    height: 100vh;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #191919;
    position: relative;
}

img {
    border: none;
}

main {
    position: relative;
    z-index: 10;
}

#wrapper {
    min-width: 320px;
    overflow: hidden;
    position: relative;
}

#wrapper * {
    box-sizing: border-box;
}

#footer {
    position: relative;
    z-index: 15;
}

@media (max-width:600px) {
    body {
        font-size: 14px;
        line-height: 26px;
    }
}

/***** scollbar *****/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    background-color: #810124;
}


/***** transition *****/
@media (min-width:1201px) {

    .link,
    .slick-arrow,
    :before,
    :after,
    a,
    a span,
    .sub {
        transition: all 400ms ease-in-out;
    }
}


/***** class *****/
.wrapper {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrapper.wrapper_large {
    width: 90vw;
    max-width: 1800px;
}

.clear {
    clear: both;
    display: block;
}

.titre_main {
    font: 800 30px/40px "Playfair Display";
    letter-spacing: 0.2px;
    position: relative;
    margin-bottom: 5px;
    color: #810124;
}

.sous_titre {
    font: 600 20px/35px "Barlow";
    letter-spacing: 0.6px;
    position: relative;
    margin-bottom: 15px;
    color: #810124;
}

.chapo {
    font: 400 14px/30px "Barlow";
    position: relative;
}

.chapo span {
    display: block;
    margin: 15px 0 0 0;
}

.link {
    font: 400 16px/58px "Barlow";
    text-align: center;
    letter-spacing: 0.8px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0 30px;
    background: #810124;
    cursor: pointer;
    border-radius: 5px;
    border: none;
}


.link.btn_arrow {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 78px;
    margin-top: 30px;
    background: url("../images/arrow_long.svg") calc(100% - 30px) 50% no-repeat #810124;
}

.link.btn_visite {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 78px;
    margin-top: 30px;
    background: url("../images/arrow_long.svg") calc(100% - 30px) 50% no-repeat #810124;
}

.link.btn_visite:after {
    content: "";
    background: url("../images/visite360.svg") 50% no-repeat;
    width: 50px;
    height: 100%;
    position: absolute;
    left: 30px;
    top: 0;
}

.link.tel {
    padding: 0 30px 0 60px;
    background: url("../images/tel_white.svg") 30px 50% no-repeat #810124;
}


.anchor {
    position: absolute;
    top: -150px;
    left: -100px;
}

.ul_list {
    margin: -5px 0 20px 0;
}

.ul_list li {
    padding: 5px 0 5px 35px;
    position: relative;
    background: url("../images/check.svg") left 10px no-repeat;
}

.ul_list.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 40px;
}

@media (min-width:1201px) {
    .link:hover {
        background-color: #27000b;
    }

    .link.btn_visite:hover {
        background-position: calc(100% - 55px) 50%;
        background-color: #27000b
    }

    .link.btn_arrow:hover {
        background-position: calc(100% - 55px) 50%;
        background-color: #27000b;
    }
}

@media (max-width:1200px) {
    .wrapper {
        min-width: inherit;
    }

    .titre_main {
        font-size: 25px;
        line-height: 35px;
    }

    .sous_titre {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width:1000px) {
    .wrapper {
        max-width: 750px;
    }
}

@media (max-width:600px) {
    .wrapper {
        width: 85vw;
    }

    .wrapper.wrapper_large {
        width: 85vw;
    }

    .titre_main {
        font-size: 20px;
        line-height: 30px;
    }

    .sous_titre {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .chapo {
        font-size: 14px;
        line-height: 28px;
    }

    .link {
        font-size: 14px;
        line-height: 48px;
        height: 50px;
        display: block;
        width: 100%;
        background: url("../images/arrow_white.svg") calc(100% - 7.5vw) 50% no-repeat #810124;
        text-align: left;
        margin-top: 0;
        padding: 0 7.5vw;
    }

    .ul_list li {
        background-position: 0 10px;
    }

    .link.btn_arrow {
        height: auto;
        line-height: 24px;
        padding: 15px 80px 15px 7.5vw;
    }

    .link.btn_visite {
        height: auto;
        line-height: 24px;
        padding: 15px 80px 15px 7.5vw;
        margin-top: 20px;
        background: url("../images/arrow_white.svg") calc(100% - 7.5vw) 50% no-repeat #810124;
    }

    .link.btn_visite:after {
        display: none;
    }
}


.quote {
    display: block;
    text-align: center;
    margin: 60px auto;
    font: 800 22px/32px "Playfair Display";
}

@media (max-width:1200px) {
    .quote {
        margin: 50px auto;
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width:1000px) {
    .quote {
        margin: 40px auto;
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width:600px) {
    .quote {
        margin: 20px auto;
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width:600px) {
    .bg_beige {
        background-color: #F7EFE5;
    }
}

/***** header et menu *****/
.header {
    width: 100%;
    background: transparent;
    font-size: 0;
    line-height: 0;
    text-align: right;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transition: all 400ms ease-in-out;
}

.header .logo {
    width: 320px;
    position: absolute;
    left: 0;
    top: 50px;
    transform: translateY(-50%);
    z-index: 90;
}

.header .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.header .btns {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 120;
}

.header_nav {
    width: 100%;
    display: block;
    position: relative;
    z-index: 40;
}

.header_nav .menu_top {
    position: relative;
    margin-top: 20px;
    padding-right: 230px;
    transition: margin 400ms ease-in-out;
}

.header_nav .menu_top>* {
    display: inline-block;
}

.header_nav .menu_top>li {
    position: relative;
    display: inline-block;
    padding-left: 40px;
}

.header_nav .header_top {
    margin-top: 10px;
}

.header_nav .header_top>ul>li {
    position: relative;
    display: inline-block;
    padding-left: 35px;
}

.header_nav .menu_top li a {
    font-size: 15px;
    line-height: 58px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #191919;
    display: block;
}

.header_nav .menu_top li.active a {
    color: #810124;
}

.header_nav .menu_top>li:after {
    content: "";
    position: absolute;
    top: 25px;
    left: 17px;
    width: 1px;
    height: 10px;
    background: #555;
}

.header_nav .menu_top>li:nth-child(5):after {
    display: none;
}

.header_nav .menu_top>li:first-child:after {
    display: none;
}


.header_nav .menu {
    display: inline-block;
}

.header_nav .menu>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 40px;
}

.header_nav .menu>li>a {
    font: 500 18px/83px "Barlow";
    color: #191919;
    letter-spacing: 0.6px;
    height: 85px;
    display: block;
    transition-property: color, height, line-height;
}

.header_nav .menu>li.active>a {
    color: #810124;
}


.header_nav .sub {
    width: 360px;
    text-align: center;
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -180px;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: #810124;
    padding: 20px 0;
    border-radius: 15px;
}

.header_nav .sub li {
    width: 100%;
    margin: 0;
}

.header_nav .sub li a {
    width: 100%;
    line-height: 40px;
    height: 40px;
    color: #fff !important;
}

.header_nav li:hover .sub {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.header_nav .sub li.active a {
    color: #A05066;
}


.header .lang {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
    text-align: center;
    background: url("../images/scroll_bottom.svg") 100% 50% no-repeat;
}

.header .lang a {
    text-align: left;
    width: 60px;
    height: 55px;
    display: block;
    font: 700 13px/55px "Barlow";
    color: #fff;
    letter-spacing: 1px;
    padding: 0 15px;
}

.header .lang a.active {
    background: transparent;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
    color: #191919;
}

.header .lang .choice {
    position: absolute;
    left: 0;
    top: 50px;
    background: #810124;
    color: #fff;
    padding-top: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 5;
    display: none;
}

.sticky .header {
    background-color: #F7EFE5;
}

@media (min-width:1201px) {

    .header_nav .menu .vue_mobile,
    .menu_mobile {
        display: none;
    }

    .header_nav .menu>li:hover>a,
    .header_nav li a:hover {
        color: #810124;
    }

    .header_nav .sub {
        display: block !important;
    }

    .header_nav .sub li a:hover {
        color: #A05066 !important;
    }

    .sticky .header_nav .menu>li>a {
        line-height: 90px;
        height: 90px;
    }

    .sticky .header {
        /* top: -80px; */
        top: 0;
    }

    .sticky .header .logo {
        transform: translateY(0);
        /* top: 100px; */
        top: 0;
        width: 220px;
    }

    .sticky .header_nav .menu li:after {
        top: 39px;
    }
}

@media (max-width:1200px) {
    .header {
        padding: 0 5vw;
    }

    .header .logo {
        top: 46px;
        left: 0;
        width: 250px;
        z-index: 30;
    }

    .menu_mobile {
        width: 60px;
        height: 60px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        position: relative;
        z-index: 60;
        margin: 20px -15px;
        transition: height 400ms ease-in-out;
    }

    .menu_mobile div {
        width: 38px;
        height: 2px;
        background: #810124;
        position: absolute;
        right: 50%;
        top: 50%;
        margin: -1px -15px 0 0;
    }

    .menu_mobile div:before {
        width: 100%;
        height: 2px;
        background: #810124;
        position: absolute;
        right: 0;
        top: 9px;
        content: "";
    }

    .menu_mobile div:after {
        width: 100%;
        height: 2px;
        background: #810124;
        position: absolute;
        right: 0;
        top: -9px;
        content: "";
    }

    .menu_mobile.active div {
        height: 0;
    }

    .menu_mobile.active div:before {
        top: 0;
        transform: rotate(45deg);
    }

    .menu_mobile.active div:after {
        top: 0;
        transform: rotate(-45deg);
    }

    .header_nav {
        width: 100%;
        height: 100vh;
        background: #F7EFE5;
        position: fixed;
        right: -100%;
        top: 0;
        overflow-y: scroll;
        display: block;
        grid-template-rows: auto;
        align-content: center;
        grid-gap: 0;
        padding: 0 15vw;
        z-index: 50;
        transition: right 400ms ease-in-out 400ms;
    }

    .header_nav::-webkit-scrollbar {
        display: none;
    }

    .header .btns {
        top: 15px;
        right: calc(5vw + 15px);
    }

    .header_nav .menu_top {
        text-align: left;
        padding: 140px 0 0 0;
        grid-row: 2;
        transition: opacity 400ms ease-in-out 0ms;
        opacity: 0;
    }

    .header_nav .menu_top::after {
        display: none;
    }

    .header_nav .menu_top li {
        display: block;
        margin: 0;
        padding: 0;
    }

    .header_nav .menu_top li:after {
        display: none;
    }

    .header_nav .menu_top li a {
        font: 500 15px/50px "Barlow";
    }

    /*
.header_nav .menu_top li i			{ width: 85px; height: 41px; display: block; margin-top: -48px; position: relative; z-index: 95; background: url("../images/scroll_bottom_white.svg") 50% no-repeat #f7f3ee; float: right; border-radius: 8px; }
.header_nav .menu_top li i.active	{ background-image: url("../images/scroll_top.svg");}
*/

    .header_nav .menu {
        width: 100%;
        text-align: left;
        grid-row: 1;
        padding: 0 0;
        transition: opacity 400ms ease-in-out 0ms;
        opacity: 0;
    }

    .header_nav .menu li {
        width: 100%;
        display: block;
        margin: 0;
    }

    .header_nav .menu>li>a {
        font: 500 15px/50px "Barlow";
        line-height: 50px;
        text-transform: none;
        letter-spacing: 1.2px;
        height: auto;
        background-position: 100% 50%;
    }

    .header_nav .menu>li.active>a {
        color: #810124;
    }

    .header_nav .menu li i.active:after {
        opacity: 1;
    }

    .header_nav.active {
        right: 0;
    }

    .header_nav.active .tel_mobile {
        opacity: 1;
        transition-delay: 1200ms;
    }

    .header_nav.active .menu_top {
        opacity: 1;
        transition-delay: 1000ms;
    }

    .header_nav.active .menu {
        opacity: 1;
        transition-delay: 800ms;
    }
}

@media (max-width:1000px) {
    .header .logo {
        top: 45px;
        transition: all 300ms ease-in-out
    }

    .header .wrapper {
        max-width: 750px;
    }

    .sticky .header .logo {
        top: 50px;
        /* top: 0; */
    }
}


@media (max-width:600px) {
    .menu_mobile {
        margin: 5px -15px;
    }

    .menu_mobile div {
        background: #fff;
    }

    .menu_mobile div:before {
        background: #fff;
    }

    .menu_mobile div:after {
        background: #fff;
    }

    .header {
        height: 70px;
        padding: 0;
    }

    .header .logo {
        top: 35px;
        left: calc(50% - 90px);
        width: 170px;
    }

    .header .tel {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background: url("../images/tel_red.svg") 50% no-repeat #fff;
        line-height: 0;
        font-size: 0;
        padding: 0;
        background-position: 50%;
        top: 0;
        right: 0;
    }

    .header .header_right {
        background-color: #810124;
        position: relative;
        margin: 0 -7.5vw;
        padding: 0 7.5vw;
    }

    .header .btns {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        top: 15px;
        right: calc(7.5vw + 60px);
        width: 80vw;
    }

    .header_nav {
        padding: 0 7.5vw;
        align-content: baseline;
    }

    .header_nav .menu_top,
    .header_nav .menu {
        text-align: left;
    }

    .header_nav .menu_top a.tel:last-child {
        position: fixed;
        top: 0;
        right: 70px;
    }

    .header .lang {
        background: url("../images/scroll_bottom_white.svg") 100% 50% no-repeat;
        left: 7.5vw;
    }

    .header .lang a.active {
        color: #fff;
    }


    .sticky .header_nav.active {
        border-top-width: 80px;
    }

    .sticky .header .logo {
        top: 42px;
    }
}





.bg {
    background: linear-gradient(to top, #27000b 0%, #27000b 50%, #fff 50%, #fff 100%);
    margin: 100px auto 0;
}

@media (max-width: 1200px) {
    .bg {
        margin: 80px auto 0;
    }
}

@media (max-width: 1000px) {
    .bg {
        margin: 70px auto 0;
    }
}

@media (max-width: 600px) {
    .bg {
        background: #F7EFE5;
        margin: 50px auto 0;
    }
}



.newsletter {
    text-align: center;
    background: #F7EFE5;
    width: 100%;
    padding: 60px 75px;
    border-radius: 10px;
}

.newsletter p {
    line-height: 25px;
    font-size: 15px;
    color: #191919;
}

.newsletter #rgpdPopupFormTarget {
    display: none !important;
}

.newsletter form {
    display: grid;
    grid-template-columns: 1fr auto;
    max-width: 700px;
    margin: 0 auto;
}

.newsletter form .link {
    border-radius: 0 5px 5px 0;
    font-family: "barlow";
}

.newsletter form input {
    border: none;
    height: 60px;
    border-radius: 5px;
    font: 400 14px/24px "barlow";
    padding: 0 30px;
}

.newsletter form input.mail {
    border-radius: 5px 0 0 5px;
}

.newsletter .subscriptionResultOK {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #33201a;
    color: #fff;
    border-radius: 5px;
    line-height: 50px;
}

.newsletter .subscriptionResultKO {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #de0000;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 50px;
}

@media (max-width:1200px) {


    .newsletter {
        grid-template-columns: 1fr;
        text-align: center;
        padding-bottom: 50px;
        border-radius: 8px;
    }

    .newsletter .texte {
        text-align: center;
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    .newsletter img {
        margin: 0 auto 10px;
    }

    .newsletter form {
        max-width: 700px;
        margin: 0 auto;
    }

    .newsletter form input.mail {
        max-width: inherit
    }

    .newsletter form input.code {
        max-width: inherit
    }

    .newsletter form .link {
        box-shadow: none
    }
}

@media (max-width: 1000px) {
    .newsletter {
        border-radius: 0;
        border-radius: 5px;
    }

    .newsletter .texte img {
        display: none
    }
}

@media (max-width: 600px) {

    .newsletter {
        padding: 30px 0 60px;
    }

    .newsletter .texte {
        text-align: left;
        margin-bottom: 15px
    }

    .newsletter form input.mail,
    .newsletter form .link {
        border-radius: 5px;
    }

    .newsletter form {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        width: 100%;
    }
}



.dispo {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 13px;
    font-weight: 800;
    color: #810124;
    background-color: #fff;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    z-index: 80;
    display: inline-block;
    width: fit-content;
    text-transform: uppercase;
}

@media (max-width:1200px) {}

@media (max-width:1000px) {}

@media (max-width:600px) {
    .dispo {
        top: 15px;
        left: 15px;
        font-size: 11px;
        line-height: 32px;
        padding: 0 15px;
    }

}



.atouts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin: 60px 0 0 0;
}

.atouts .icone {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #F7EFE5;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.atouts .icone.aqua {
    background-color: transparent;
}

.atouts .sous_titre {
    margin-bottom: 10px;
}


@media (max-width:1200px) {
    .atouts {
        grid-gap: 30px;
        margin: 50px 0 0 0;
    }

}

@media (max-width:1000px) {
    .atouts .icone {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }
}

@media (max-width:780px) {
    .atouts {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin: 40px 0;
    }
}

@media (max-width:600px) {
    .atouts .icone {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .atouts .icone img {
        transform: scale(0.67);
    }

    .atouts .sous_titre {
        margin-bottom: 10px;
        line-height: 20px
    }
}





/* Footer */
.footer {
    width: 100%;
    position: relative;
    color: #fff;
    padding-top: 110px;
    font-size: 0;
    background: #27000b;
    z-index: 1;
    margin-top: 0;
}

.footer .bloc_footer {
    display: inline-block;
    vertical-align: top;
    margin-right: 100px;
}

.footer .bloc_footer .heures {
    margin-top: 40px;
}

.footer .bloc_footer.last {
    margin-top: 0;
}

.footer .bloc_footer p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 28px;
}

.footer .bloc_footer p a {
    display: inline-block;
    color: #fff;
    border: none;
}

.footer .titre_main {
    font-size: 25px;
    color: #fff;
}

.footer .bloc_footer .tel,
.footer .bloc_footer .mail,
.footer .bloc_footer .acces {
    padding-left: 35px;
    color: #fff;
    font-size: 14px;
    height: 34px;
}

.footer .bloc_footer .tel {
    background: url("../images/tel_red.svg") 0 50% no-repeat;
}

.footer .bloc_footer .mail {
    background: url("../images/mail_red.svg") 0 46% no-repeat;
}

.footer .bloc_footer .acces {
    background: url("../images/lieu.svg") 0 52% no-repeat;
}

.footer .bloc_footer.last {
    display: inline-grid;
    grid-template-columns: 230px;
    grid-gap: 0 40px;
}

.footer .bloc_footer li a {
    color: #fff;
    font-size: 15px;
    line-height: 38px;
    margin-bottom: 0;
    background: url("../images/list_footer.svg") 0 51% no-repeat;
    padding-left: 20px;
    display: inline-block;
}

.footer .rs {
    position: absolute;
    right: 0;
    top: -10px;
}

.footer .rs a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
}

.footer .rs .scroll {
    background: url("../images/scroll_top.svg") 50% 48% no-repeat #810124;
}

.footer .rs .facebook {
    background: url("../images/facebook_white.svg") 50% 48% no-repeat #810124;
}

.footer_bottom {
    padding: 16px 0;
    line-height: 0;
    margin-top: 80px;
    color: #fff;
}

.footer_bottom li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    font: 400 11px/28px "Barlow";
    letter-spacing: 0.5px;
}

.footer_bottom li:after {
    width: 1px;
    height: 8px;
    content: "";
    position: absolute;
    right: -13px;
    top: 10px;
    background: #fff;
}

.footer_bottom li:last-child:after {
    display: none;
}

.footer_bottom li a {
    color: #fff;
}

.toponweb {
    display: block;
    position: absolute;
    right: 0;
    bottom: -65px;
    transition: bottom 400ms ease-in-out;
    z-index: 25;
    border-bottom: 0px solid transparent;
}

.toponweb span {
    width: auto;
    display: block;
    padding: 18px;
    background: linear-gradient(to left, #fff 0%, #fff 50%, #eee 50%, #eee 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
}

.toponweb img {
    width: 74px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.toponweb a {
    border-bottom: 0px solid transparent;
}

.toponweb.show {
    bottom: 0;
}

@media (min-width:1201px) {

    .footer .bloc_footer p a:hover,
    .footer .bloc_footer li a:hover,
    .footer_bottom li a:hover {
        color: #810124;
    }

    .footer .rs .facebook:hover {
        background-color: #000;
    }

    .footer .rs .scroll:hover {
        background-color: #000;
    }

    .toponweb:hover span {
        background-position: 0 0;
    }
}

@media (max-width:1200px) {
    .footer {
        padding-top: 120px;
    }

    .footer .bloc_footer {
        margin-right: 60px;
    }

    .footer .bloc_footer.last {
        /* display: none; */
        margin-top: 30px;
    }

    .footer .bloc_footer:last-child {
        margin-right: 0;
    }

    .toponweb {
        position: absolute;
    }
}

@media (max-width:1000px) {
    .footer_bottom {
        margin-top: 60px;
    }
}

@media (max-width:600px) {
    .footer {
        padding-top: 60px;
    }

    .footer:after {
        display: none;
    }

    .footer .bloc_footer .link {
        margin: 10px 10px 0 0;
        border-radius: 5px;
    }

    .footer .rs {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 30px;
        text-align: left;
    }

    .footer .bloc_footer {
        margin-right: 0px;
    }

    .footer .bloc_footer p {
        font-size: 12px;
        line-height: 24px;
    }

    .footer_bottom {
        text-align: left;
        margin-top: 0;
        padding: 40px 0 20px 0;
    }

    .footer_bottom li {
        display: block;
        margin-right: 0;
        line-height: 30px;
    }

    .footer_bottom li:after {
        display: none;
    }
}